ComponentOne ASP.NET MVC Controls
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.BaseCollectionViewService<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class BaseCollectionViewServiceBuilder
    (Of T,TControl As BaseCollectionViewService(Of T),
     TBuilder As BaseCollectionViewServiceBuilder(Of T,TControl,TBuilder)) 
   Inherits ServiceBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class BaseCollectionViewServiceBuilder<T,TControl,TBuilder> : ServiceBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: BaseCollectionViewService<T>
where TBuilder: BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
Type Parameters
T
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.CollectionViewServiceBuilder<T>

See Also

Reference

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace